Dialog Spell Checking

The RapidSpell Web dialog based checker is actually used via two Web Controls, called RapidSpellWebLauncher and RapidSpellWeb, which launch the spell check page and show the spell checker, respectively. RapidSpell Web also includes RapidSpellWebMultiple, used for checking multiple text boxes.

RapidSpellWebLauncher creates a form button, which will either open a popup window or submit the form (depending on the 'mode' used). In the new page that is loaded the RapidSpellWeb is embedded to display the spell checker.

 

RapidSpellWeb Control runs through the entirety of the HTML text box specified in the RapidSpellWebLauncher Control parameters. The user is shown the spell checker page, which will iterate through all the misspelt words in the text, highlighting them in the 'preview pane' and allowing the user to ignore, change, add etc. When the text has been checked the user will be prompted that the spell check has finished, and upon clicking OK, the page will return to the one specified in the CallBack parameter of RapidSpellWebLauncher or, if in popup mode the popup will close and the text will be pasted into the text area specified in CallBack (or if not specified into the original text area).

RapidSpellWeb Summary

The RapidSpellWeb Control is the actual spell checker, it's properties may be set to define the layout, style and text of the control. Here is a summary of the main features of the RapidSpellWeb control.
Incorrectly spelt words are highlighted in the preview pane as the user is queried.
Fully customizable user-dictionary at development and install time.
Fully customizable UI layout, style and text.
Undo, Ignore, Ignore All, Add, Change, Change All functionality.

RapidSpellWebLauncher Summary

This control should be integrated in to the form containing the text area to be checked, it is rendered visibly as a button but contains hidden form fields and Javascript to open the page containing the RapidSpellWeb control, this control's properties are used to define the behavior of the spell checker, it features
Customizable style and text for the button.
Two modes of operation of the spell checker, popup or separate.
Defines the behavior of the spell checker.
Image button mode with 3 mouse states

RapidSpellWebMultiple Summary

This control makes checking multiple text boxes with one button very simple. It contains most of the properties of RapidSpellWebLauncher, and when rendered on a page, appears as a button or image button. The significant property is RapidSpellWebLaunchers, which should equal a comma delimited list of RapidSpellWebLaucher/RapidSpellWInline IDs (each RapidSpellWebLauncher/RapidSpellWInline is configured to spell check a text box, but is hidden at run-time). Please see the "Spell Checking Multiple Text Boxes With One Button" section of this guide for more info. When dropped onto a design surface, integrated help links appear under the property editor., which provide quick start help.